port/builtin: switch from iptables to nft for transparent routing - #613
port/builtin: switch from iptables to nft for transparent routing#613Akshitguptaa wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Let's keep iptables mode too and test the both in CI
There was a problem hiding this comment.
kept iptables as a fallback.
CI runs test with both nft and iptables, and a separate one with only iptables (no nft) to cover the fallback path.
cf8b461 to
5cfb8e0
Compare
Signed-off-by: akshitguptaa <akshitguptaa29@gmail.com>
5cfb8e0 to
930bdfb
Compare
AkihiroSuda
left a comment
There was a problem hiding this comment.
Thanks, looks good, but let me check this again by the end of the month
One thing worth a look before then: Two ways to fix it:
Which do you prefer? |
|
Thanks, 1 seems better |
Fixes #589